home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / dvd.dir / 00009.ls < prev    next >
Encoding:
Text File  |  1996-08-19  |  378 b   |  17 lines

  1. on exitFrame
  2.   global theOne
  3.   set theOne to 0
  4.   repeat with i = 6 to 11
  5.     puppetSprite(i, 1)
  6.     set the stretch of sprite i to 0
  7.   end repeat
  8.   puppetSprite(3, 1)
  9.   set the stretch of sprite 3 to 0
  10.   puppetSprite(4, 1)
  11.   set the stretch of sprite 4 to 0
  12.   puppetSprite(13, 1)
  13.   set the stretch of sprite 13 to 0
  14.   puppetSprite(14, 1)
  15.   set the stretch of sprite 14 to 0
  16. end
  17.